'宣言 Public Overloads Sub InsertRange( _ ByVal startingIndex As System.Integer, _ ByVal newItems As System.Collections.Generic.IEnumerable(Of T) _ )
public void InsertRange( System.int startingIndex, System.Collections.Generic.IEnumerable<T> newItems )
パラメータ
- startingIndex
- The index where the items will be inserted.
- newItems
- The values to be inserted.